find Cards By Card Holder
abstract suspend fun findCardsByCardHolder(issuerId: String, cardHolderHandle: String): List<CardHandle>
Returns list of cards with cardHandle and issuer id which can be used in checkCards.
The cardHolderHandle shall contain is following claim:
issuerId - cardholder alias
cardholderAlias - identifier of issuer of card of cardholder
Return
list of cards with issuerId and cardHandle
Parameters
issuer Id
Identifier of the issuer of the cardholder
card Holder Handle
JWT with cardholderRef claim